home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / ASUS PC Probe / setup / AsSP / AsLoader.exe.manifest < prev    next >
Encoding:
Extensible Markup Language  |  2009-04-20  |  925 b   |  28 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
  3.   <assemblyIdentity version="1.0.1.0"
  4.      processorArchitecture="X86"
  5.      name="AsLoader"
  6.      type="win32"/> 
  7.  
  8.   <description>SetConsentMode</description> 
  9.   <!-- Identify the application security requirements. -->
  10.   <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  11.     <security>
  12.       <requestedPrivileges>
  13.         <requestedExecutionLevel
  14.           level="requireAdministrator"
  15.           uiAccess="false"/>
  16.         </requestedPrivileges>
  17.        </security>
  18.   </trustInfo>
  19.  
  20. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
  21.       <application> 
  22.         <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> 
  23.         <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
  24.       </application> 
  25.     </compatibility>
  26.  
  27. </assembly>
  28.